ComponentOne FlexReport for WinForms
C1RplImportException Constructor(String,Object[])

C1.Win.C1Document.4 Assembly > C1.Win.C1Document Namespace > C1RplImportException Class > C1RplImportException Constructor : C1RplImportException Constructor(String,Object[])
A format string used to format the exception message.
A list of arguments passed to the format string.
Initializes a new instance of the C1RplImportException class.
Syntax
'Declaration
 
Public Function New( _
   ByVal format As System.String, _
   ByVal ParamArray args() As System.Object _
)
public C1RplImportException( 
   System.string format,
   params System.object[] args
)

Parameters

format
A format string used to format the exception message.
args
A list of arguments passed to the format string.
See Also

Reference

C1RplImportException Class
C1RplImportException Members
Overload List